-
Notifications
You must be signed in to change notification settings - Fork 69
Deploy the registration service using the new SSA client #1171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool 👍 Thanks for the simplification
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fbm3307, MatousJobanek, metlos The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Codecov ReportAttention: Patch coverage is
❌ Your changes status has failed because you have indirect coverage changes. Learn more about Unexpected Coverage Changes and reasons for indirect coverage changes. Additional details and impacted files@@ Coverage Diff @@
## master #1171 +/- ##
==========================================
+ Coverage 83.51% 83.56% +0.04%
==========================================
Files 82 82
Lines 7948 7926 -22
==========================================
- Hits 6638 6623 -15
+ Misses 1107 1102 -5
+ Partials 203 201 -2
🚀 New features to boost your workflow:
|
This was not as simple as initially thought because SSA client does not report the fact whether the objects were updated or not back to the caller.
This was relied upon when determining the "deploying" and "deployed" phases of the registration service as reported in the
ToolchainConfig.status
.This has been discussed and we agreed to drop the distinction and merely consider the registration service not deployed or deployed.
Related PRs: